home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
xes120.lha
/
XES
/
REXX
/
FontReq.xdme
< prev
next >
Wrap
Text File
|
1994-11-09
|
455b
|
18 lines
/* FontReq.xdme */
/* Copyright © 1994 Fergus Duniho */
if ~show("L","rexxarplib.library") then
if ~addlib("rexxarplib.library",0,-30,0) then exit
options results
address 'XDME.1'
'rxresult $fontname'
FONT = result
'rxresult $fontsize'
SIZE = result
if GetFont(,,FONT,SIZE,'Select Font ...',,'FIXEDWIDTH',FNT,8,11) = "" then exit
setfont left(FNT.Name, length(FNT.Name) - 5) FNT.YSize
C = 'settvar fontname' FNT.name 'settvar fontsize' FNT.YSize
C